
header{
	background-color: #000080
    height: 190px;
    width: 100%;
    font-size: 50px;
    font-family: algerian;
    text-align: center;
    color: #EEBB00;
    background-color: #000080;
    padding: 0px;
}
#conteneurheader {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: nowrap;
border-style: solid;
overflow: hidden;
}

section{
	color:#000000 ;
	min-width: 200px;
}
section h2{
	color: #000080;
}
#conteneursectionP{
width: 75%;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
margin: auto;
padding: 8px;
flex-wrap: nowrap;
border-style: hidden;
}


#conteneursection1 {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
padding: 4px;
flex-wrap: wrap;
border-style: hidden;
overflow: hidden;
}

.sport {
background-color: yellowgreen;
}
.culture-art {
background-color: mediumpurple;
}
.création {
background-color: darkred;
}
.outreterre{
background-color: darkcyan;
}
.personnalite{
background-color: tomato;
}
.indefini{
background-color: crimson;
}

.texte{
width: 75%;
}

article{
flex: 3;
background-color: white;
}

footer p {
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}
footer a {
	font-size: 15px;
	text-decoration: none;
}